3.41 \(\int \sqrt{a+b \cosh ^2(x)} \, dx\)

Optimal. Leaf size=49 \[ -\frac{i \sqrt{a+b \cosh ^2(x)} E\left (i x+\frac{\pi }{2}|-\frac{b}{a}\right )}{\sqrt{\frac{b \cosh ^2(x)}{a}+1}} \]

[Out]

((-I)*Sqrt[a + b*Cosh[x]^2]*EllipticE[Pi/2 + I*x, -(b/a)])/Sqrt[1 + (b*Cosh[x]^2)/a]

________________________________________________________________________________________

Rubi [A]  time = 0.0308935, antiderivative size = 49, normalized size of antiderivative = 1., number of steps used = 2, number of rules used = 2, integrand size = 12, \(\frac{\text{number of rules}}{\text{integrand size}}\) = 0.167, Rules used = {3178, 3177} \[ -\frac{i \sqrt{a+b \cosh ^2(x)} E\left (i x+\frac{\pi }{2}|-\frac{b}{a}\right )}{\sqrt{\frac{b \cosh ^2(x)}{a}+1}} \]

Antiderivative was successfully verified.

[In]

Int[Sqrt[a + b*Cosh[x]^2],x]

[Out]

((-I)*Sqrt[a + b*Cosh[x]^2]*EllipticE[Pi/2 + I*x, -(b/a)])/Sqrt[1 + (b*Cosh[x]^2)/a]

Rule 3178

Int[Sqrt[(a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2], x_Symbol] :> Dist[Sqrt[a + b*Sin[e + f*x]^2]/Sqrt[1 + (b*Sin
[e + f*x]^2)/a], Int[Sqrt[1 + (b*Sin[e + f*x]^2)/a], x], x] /; FreeQ[{a, b, e, f}, x] &&  !GtQ[a, 0]

Rule 3177

Int[Sqrt[(a_) + (b_.)*sin[(e_.) + (f_.)*(x_)]^2], x_Symbol] :> Simp[(Sqrt[a]*EllipticE[e + f*x, -(b/a)])/f, x]
 /; FreeQ[{a, b, e, f}, x] && GtQ[a, 0]

Rubi steps

\begin{align*} \int \sqrt{a+b \cosh ^2(x)} \, dx &=\frac{\sqrt{a+b \cosh ^2(x)} \int \sqrt{1+\frac{b \cosh ^2(x)}{a}} \, dx}{\sqrt{1+\frac{b \cosh ^2(x)}{a}}}\\ &=-\frac{i \sqrt{a+b \cosh ^2(x)} E\left (\frac{\pi }{2}+i x|-\frac{b}{a}\right )}{\sqrt{1+\frac{b \cosh ^2(x)}{a}}}\\ \end{align*}

Mathematica [A]  time = 0.0760414, size = 53, normalized size = 1.08 \[ -\frac{i \sqrt{2 a+b \cosh (2 x)+b} E\left (i x\left |\frac{b}{a+b}\right .\right )}{\sqrt{\frac{2 a+b \cosh (2 x)+b}{a+b}}} \]

Antiderivative was successfully verified.

[In]

Integrate[Sqrt[a + b*Cosh[x]^2],x]

[Out]

((-I)*Sqrt[2*a + b + b*Cosh[2*x]]*EllipticE[I*x, b/(a + b)])/Sqrt[(2*a + b + b*Cosh[2*x])/(a + b)]

________________________________________________________________________________________

Maple [B]  time = 0.191, size = 114, normalized size = 2.3 \begin{align*}{\frac{1}{\sinh \left ( x \right ) }\sqrt{{\frac{a+b \left ( \cosh \left ( x \right ) \right ) ^{2}}{a}}}\sqrt{- \left ( \sinh \left ( x \right ) \right ) ^{2}} \left ( a{\it EllipticF} \left ( \cosh \left ( x \right ) \sqrt{-{\frac{b}{a}}},\sqrt{-{\frac{a}{b}}} \right ) +b{\it EllipticF} \left ( \cosh \left ( x \right ) \sqrt{-{\frac{b}{a}}},\sqrt{-{\frac{a}{b}}} \right ) -b{\it EllipticE} \left ( \cosh \left ( x \right ) \sqrt{-{\frac{b}{a}}},\sqrt{-{\frac{a}{b}}} \right ) \right ){\frac{1}{\sqrt{-{\frac{b}{a}}}}}{\frac{1}{\sqrt{a+b \left ( \cosh \left ( x \right ) \right ) ^{2}}}}} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b*cosh(x)^2)^(1/2),x)

[Out]

((a+b*cosh(x)^2)/a)^(1/2)*(-sinh(x)^2)^(1/2)*(a*EllipticF(cosh(x)*(-1/a*b)^(1/2),(-a/b)^(1/2))+b*EllipticF(cos
h(x)*(-1/a*b)^(1/2),(-a/b)^(1/2))-b*EllipticE(cosh(x)*(-1/a*b)^(1/2),(-a/b)^(1/2)))/(-1/a*b)^(1/2)/sinh(x)/(a+
b*cosh(x)^2)^(1/2)

________________________________________________________________________________________

Maxima [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{b \cosh \left (x\right )^{2} + a}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*cosh(x)^2)^(1/2),x, algorithm="maxima")

[Out]

integrate(sqrt(b*cosh(x)^2 + a), x)

________________________________________________________________________________________

Fricas [F]  time = 0., size = 0, normalized size = 0. \begin{align*}{\rm integral}\left (\sqrt{b \cosh \left (x\right )^{2} + a}, x\right ) \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*cosh(x)^2)^(1/2),x, algorithm="fricas")

[Out]

integral(sqrt(b*cosh(x)^2 + a), x)

________________________________________________________________________________________

Sympy [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{a + b \cosh ^{2}{\left (x \right )}}\, dx \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*cosh(x)**2)**(1/2),x)

[Out]

Integral(sqrt(a + b*cosh(x)**2), x)

________________________________________________________________________________________

Giac [F]  time = 0., size = 0, normalized size = 0. \begin{align*} \int \sqrt{b \cosh \left (x\right )^{2} + a}\,{d x} \end{align*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b*cosh(x)^2)^(1/2),x, algorithm="giac")

[Out]

integrate(sqrt(b*cosh(x)^2 + a), x)